break statement meaning in English
断开语句
Examples
- Break statement terminates the loop after 4 counts
语句在计数达到4后终止循环。 - Break statement terminates the closest enclosing loop or
语句用于终止最近的封闭循环或它所在的 - Break statement , the contents of the
语句而离开 - Furthermore , awkward break statements are often replaced by simple returns from the function
而且,难以使用的break语句也常常为函数的简单返回所替代。 - One special feature of the break statement is that it breaks completely out of the loop , thereby skipping any
语句的一个特殊特性是,它完全中断循环,并跳转到循环下面的任一个